home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id007.dxr / 00273.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  229 b   |  15 lines

  1. on exitFrame
  2.   if the timer < 910 then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.  
  9. on mouseUp
  10.   set the visible of sprite 5 to 0
  11.   set the visible of sprite 6 to 0
  12.   set the visible of sprite 7 to 0
  13.   go(81)
  14. end
  15.